(Fmap_charset_chars): In docstring, state clear that
authorKenichi Handa <handa@m17n.org>
Tue, 9 Jun 2009 02:53:07 +0000 (02:53 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 9 Jun 2009 02:53:07 +0000 (02:53 +0000)
FROM-CODE and TO-CODE are codepoints of CHARSET.

src/charset.c

index 59e676f00aee0855ab0b6a6bae5ec198c3c68bf7..6674861f133b2ea73c0105e6b290f73a407da123 100644 (file)
@@ -830,7 +830,7 @@ RANGE is a cons (FROM .  TO), where FROM and TO indicate a range of
 characters contained in CHARSET.
 
 The optional 4th and 5th arguments FROM-CODE and TO-CODE specify the
-range of code points of target characters.  */)
+range of code points (in CHARSET) of target characters.  */)
      (function, charset, arg, from_code, to_code)
        Lisp_Object function, charset, arg, from_code, to_code;
 {